Skip to main content

All Questions

0votes
1answer
256views

Get the Outer XML inside Power automate

I am converting a Nintex flow into Power Automate flow, where inside the Nintex we have this extract XML step;- For getting the outer xml and store it inside a Collection, our xml has this format:- &...
John John's user avatar
0votes
1answer
237views

XML file doesn't contian reference to Sharepoint collapsible sections

I have been using Get-PnPSiteTemplate -Out C:\file.xml -IncludeAllClientSidePages to get the xml out but I have noticed that the pages which contains collapsible section doesn't collapsible when I ...
hellothere's user avatar
1vote
0answers
88views

Editing xml of views in SP Online?

I'm needing to move a on-prem SharePoint application that I wrote 5+ years ago to SharePoint Online. When I did the development initially, I used SP Designer 2013 to edit the raw XML behind the views/...
SvdSinner's user avatar
2votes
1answer
1kviews

How to navigate through XML response (SharePoint REST API)

I am using the SharePoint REST API to construct the endpoint URI as mentioned here Working with folders and files with REST I have a Microsoft SharePoint location which has a folder and the folder ...
smpa01's user avatar
0votes
2answers
8kviews

Axios response.data is string of the XML data instead of JSON object

Axios get call receiving the right information but it comes back as a string of the XML data. I need a JSON object. I am grabbing all the tables on the page then I filter through them and then I want ...
CleverlyDone's user avatar
1vote
1answer
5kviews

SharePoint Online Powershell get content of an file

I would like to read the content of XML files in SharePoint Online. I would like to check if the XML file contains some text. I already tried something like this but it is not working: Connect-...
Jackson's user avatar
0votes
1answer
47views

I am trying to append a parameter like ID to a URL in a SP.UI.ModalDialog Popup

I seem to be hitting a wall getting this to work. I can get the ModalDialog Popup to work but I have spent many hours trying to figure out how to pass a parameter over to the dialog box. The Goal: Is ...
Chuck Farley's user avatar
0votes
1answer
58views

Bulk uploads in XML Form libray

I would like to know how can I import 500 records (in an Excel file) to XML form library in SharePoint Online. This XML form library was created with InfoPath 2013.
Rodolfo's user avatar
1vote
2answers
148views

provide a SPOSiteDesign from XML instead of JSON

Is there a way to provide a modern ui site template based on an XML file? This doesn't seem to work. $site_script = Get-Content -Path "./siteTemplate1.xml" -Raw $SiteScript = Add-SPOSiteScript -...
Emiel's user avatar
1vote
0answers
67views

Exporting Sharepoint online XML file to external database

To start, I am currently using SharePoint Online. I want to connect to Edge Technologies. Heres what I want to happen: 1. XML file is uploaded to a sharepoint document library on a sharepoint site 2. ...
Michel Russell's user avatar
1vote
0answers
66views

Taxonomy for Single line of text

I'm building a FAQ Accordion with SharePoint lists and I have the previous metadata working with TaxonomyFieldType but how do I target a single line of text? Column title: FAQKeywords ( Single line ...
SLE's user avatar
  • 273
0votes
1answer
1kviews

Pnp provisioning a sharepoint list

I am new to PnP. I have an existing site collection in SharePoint Online, however I want to add site columns and create new custom lists in it through template.xml. I do not want to change anything ...
karthik's user avatar
5votes
1answer
577views

SP Online: Can you map a crawled property to a refinable managed property using export/import or PowerShell?

We have a SPFx solution and a requirement for which we need to map a crawled property to a RefinableDateXX managed property. We would like to ensure the proper search schema upon deployment, even if ...
Serban's user avatar
0votes
1answer
4kviews

SharePoint O365/Online Default value for Person or Group field with XML or CSOM

I am trying to put a default user into a People or Group data type into a SharePoint Online list. Is this possible using CSOM or the XML definition? This is what i have tried: - XML <Field ...
user3428422's user avatar
1vote
0answers
175views

Searching for attribute value from XML document using Search

I have around 500 XML documents in SharePoint Library and I need to search content in files. I am able to search for values from nodes. But I am not able to search for attributes of nodes and ...
Ankitkumar Malde's user avatar

153050per page
close